CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - distance vector program

搜索资源列表

  1. LVQ学习矢量化算法

    0下载:
  2. LVQ学习矢量化算法源程序 This directory contains code implementing the Learning vector quantization network. Source code may be found in LVQ.CPP. Sample training data is found in LVQ1.PAT. Sample test data is found in LVQTEST1.TST and LVQTEST2.TST. The
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:38398
    • 提供者:张伟华
  1. 1Router

    0下载:
  2. 计算机网络编程-距离矢量路由算法演示程序。-computer network programming-distance vector routing algorithm demonstration program.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:16304
    • 提供者:青柿子
  1. distanceVectorRouter(c).rar.ra

    0下载:
  2. 利用距离向量算法更新路由表。 该程序的多个实例(进程或线程)可以以运行在一台机器 一个实例代表一个路由器(结点)。 实例之间利用UDP交换路由表。 能够打印出邻居列表和输出路由表!(c语言实现),The use of distance vector algorithm to update the routing table. Multiple instances of the program (process or thread) can be run on a machine on
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:32151
    • 提供者:冷冰
  1. DSDV

    4下载:
  2. 这个程序实现网络层距离向量算法和udp协议,使用socket编程,可以在linux上运行。内含Makefile、可执行文件、源代码、README。-This program network layer distance vector algorithm and udp protocols, the use of socket programming, you can run on linux. Contains Makefile, executable files, source code, R
  3. 所属分类:Internet/网络编程

    • 发布日期:2012-10-31
    • 文件大小:8717
    • 提供者:jack shaw
  1. fftplot

    0下载:
  2. MATLAB program for fft plot norm of a vector distance between vector amp modulation
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:1648
    • 提供者:Daulappa
  1. 8_puzzle

    0下载:
  2. 8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。 某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~ 我用的启发函数计算了现在的网格距离目标网格还有多远。 具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x) 也就是Manhattan_Distance 源码使用
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:669639
    • 提供者:Siegfried
  1. 3D

    0下载:
  2. 三维绘图程序.这是一个项目时使用到的"三维空间向量/点"类及相关函数,使用它们可以定义一个空间向量/点,实现向量的平移,缩放和旋转等,使用相关函数还可以实现两向量的叉乘,得到一个向量的绝对长度,将一个向量单位化,得到一个三点决定的平面的垂直向量(经过单位化),得到空间中两点的距离,得到两向量的点积,得到两向量的夹角等操作,为方便用户的使用,每个函数都有详细的注释,希望对大家有所用处.-Three-dimensional drawing program. This is a project to
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-23
    • 文件大小:7286863
    • 提供者:318
  1. gvfsnakeMATLAB

    1下载:
  2. gvf snake 邊緣檢測範例(包含範例圖)-1. Introduction and Installation Instructions ---------------------------------------------- Welcome to the Gradient Vector Flow (GVF) Active Contour Toolbox. The Matlab*.m files in this software distribution imp
  3. 所属分类:matlab例程

    • 发布日期:2017-04-09
    • 文件大小:1561803
    • 提供者:Jason Wang
  1. prog3

    1下载:
  2. program for distance vector routing algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-05-12
    • 文件大小:3697
    • 提供者:bchintal
  1. CD

    0下载:
  2. 该程序实现了计算机网络的距离矢量算法的模拟,还可动态改变节点间的距离-The program realization of a computer network simulation of the distance vector algorithm, but also dynamically change the distance between nodes
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2243114
    • 提供者:zsc
  1. zz_rarget

    0下载:
  2. 目标和雷达的仿真程序,可以设置目标位置向量、速度、目标散射截面积、距离门限等等,计入高斯噪声,经过混频和傅里叶变化后再显示其距离和多普勒二维图形。-Target and radar simulation program can be set to the target position vector, velocity, target scattering cross-sectional area, the distance threshold, etc., included in the Ga
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:2802
    • 提供者:周严
  1. a-program-for-distance-vector-algorithm-to-find-s

    0下载:
  2. a program for distance vector algorithm to find suitable path for transmission
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:1340
    • 提供者:garv24
  1. knn

    0下载:
  2. 本程序中,训练样本集含有30个样本,矢量长度为5,对样本{1,18,11,11,0.5513196}进行K=5的K-最近邻分类. 样本从文件data.txt中读取,程序运行结果显示所有样本以及其类别,待分类样本所属的类别({1,18,11,11,0.5513196}属于"2"类),以及它的5个最近邻的类别和与它之间的距离。-In this program, the training sample set containing 30 samples, the vector length
  3. 所属分类:CSharp

    • 发布日期:2017-11-19
    • 文件大小:297261
    • 提供者:韩程
  1. face-detection-for-K-L-transform

    0下载:
  2. 基于K-L变换的人脸识别技术主要思想是:提取输入人脸图像矩阵的特征向量,并与图像数据库中样本特征的向量求欧氏距离,距离小于阈值时便认为识别成功。本程序即为利用K-L原理实现人脸检测的实例。-The main idea of ​ ​ the face recognition technology based on KL transform is: extract the matrix of the input face image feature vectors and Euc
  3. 所属分类:Special Effects

    • 发布日期:2017-11-02
    • 文件大小:3775
    • 提供者:guocheng
  1. face_recognition

    0下载:
  2. 1. 本程序使用PCA算法对训练图像降维,得到特征图像; 2. 将每一幅图片与平均图像的差值投影到特征向量空间; 3. 计算训练图片投影两两之间的最大欧氏距离distance_max; 4. 将测试图片也投影到特征向量空间,计算它与所有训练图像投影的最小欧氏距离distanceST_min。 5. 设定判别阈值(设为0.3*distance_max,此为测试得到的经验值,不同阈值将影响判别结果)。当distanceST_min>0.3*distance_max时,则认为测试
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:640103
    • 提供者:天涯
  1. Router

    1下载:
  2. 这是一个模仿路由算法的java程序。 实现关于路由器的简单功能。 实现距离矢量路由算法。 所实现的路由器模拟Internet上的IP路由器。它能确定网络的最短路由,并在这些利用上传输分组 实现功能简介 1) 编写一个称为“Router”的程序 2) 利用距离向量算法更新路由表 3) 该程序的多个实例(进程或线程)可以以运行在一台机器 4) 实例之间利用UDP交换路由表 5) 假设结点与其邻居结点的都为距离为1。 6) 为了指明实例及其邻居,程序启动时必须能
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:74021
    • 提供者:张天扬
  1. ex6.doc

    0下载:
  2. Program for implementation of routing algorithm (Distance Vector)
  3. 所属分类:SCM

    • 发布日期:2017-04-28
    • 文件大小:110547
    • 提供者:saranya
  1. routing-algorithm-sp2

    0下载:
  2. 距离矢量路由算法sp2的c语言实现,用VC++做的一个模拟程序,供学习交流。-Distance Vector routing algorithm sp2 c language, using VC++ to do a simulation program for learning exchanges.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-25
    • 文件大小:262294
    • 提供者:李力
  1. DVsim

    0下载:
  2. 计算机网络,模拟路由器间路由选择的距离向量算法(DV)的程序,纯JAVA实现。-Computer networks, mock router routing algorithm distance vector (DV) program, pure JAVA implementation.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-07
    • 文件大小:1231410
    • 提供者:谢巍
  1. 73462713Router

    0下载:
  2. 实现关于路由器的简单功能。 实现距离矢量路由算法。 所实现的路由器模拟Internet上的IP路由器。它能确定网络的最短路由,并在这些利用上传输分组 实现功能简介 1) 编写一个称为“Router”的程序 2) 利用距离向量算法更新路由表 3) 该程序的多个实例(进程或线程)可以以运行在一台机器 4) 实例之间利用UDP交换路由表 5) 假设结点与其邻居结点的都为距离为1。 6) 为了指明实例及其邻居,程序
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:73728
    • 提供者:韩大侠
« 12 »
搜珍网 www.dssz.com